linknx: add dist xml conf file
authorOthmar Truniger <[email protected]>
Wed, 31 Dec 2014 09:22:57 +0000 (10:22 +0100)
committerOthmar Truniger <[email protected]>
Wed, 31 Dec 2014 09:22:57 +0000 (10:22 +0100)
Signed-off-by: Othmar Truniger <[email protected]>
net/linknx/files/linknx.xml.dist [new file with mode: 0644]

diff --git a/net/linknx/files/linknx.xml.dist b/net/linknx/files/linknx.xml.dist
new file mode 100644 (file)
index 0000000..cb5073d
--- /dev/null
@@ -0,0 +1,16 @@
+<config>
+  <objects>
+  </objects>
+
+  <rules>
+  </rules>
+
+  <services>
+    <xmlserver type="inet" port="1028"/>
+    <knxconnection url="ip:localhost"/>
+    <persistence type="file" path="/var/lib/linknx/persist"/>
+    <emailserver type="smtp" host="localhost:25" from="[email protected]" />
+  </services>
+  <logging format="basic" level="INFO" />
+
+</config>